@charset "utf-8";
/* CSS Document */
*{margin:0; padding:0; list-style:none; box-sizing:border-box; font-size: 14px;}
img{ border:0;}
a{ text-decoration:none; color:#333;  }
input,textarea,button{outline:none;}
em{ font-style:normal;}
h1,h2,h3,h4,h5,h6{ font-weight:normal;}
hr{ border:none;}
.l{ float:left}
.r{ float:right}
.tow{ overflow:hidden; text-overflow: ellipsis; white-space: nowrap;}
.container,.w1200{ width:1200px; margin: 0 auto; }
.w1440{ width:1440px; margin: 0 auto; }
.clearfix:before,.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden}

*:focus{   
	border:none;
}

@font-face {
    font-family: 'BebasNeue-Regular';
    src: url('../font/zzgc.OTF') format('woff');
    font-weight: normal;
    font-style: normal;
}






/* 导航栏 */
.header_top{width:100%; height:42px; line-height:42px; background: #f8f8f8}
.header_top .container{position: relative}
.header_top h3{font-size: 14px; color: #333333; float: left}
.h_sj,.h_wx{width:auto; height:42px; float: right;  position: relative; padding-left:40px;}
.h_sj img,.h_wx img{width:100px; height: 100px; position: absolute; top:42px; left:0; display: none; z-index:999}
.h_wx{background: url(../images/h_wx.png) no-repeat left center; }
.h_sj{background: url(../images/h_sj.png) no-repeat left center; margin: 0px 30px;}
.h_wx:hover img,.h_sj:hover img{display: block}
.h_sj p,.h_wx p{font-size: 14px; color: #666666}
.h_dhs{float: right; background: url(../images/h_dhs.png) no-repeat left center; padding-left: 35px; line-height:42px; height: 100%; margin-right:6%}
.h_dhs span{color:#204690; font-size: 18px; font-family: "Impact"; float: left}
.h_dhs i{color:#666666; font-size: 14px; font-style: normal; float: left}
.h_yy{float: right; background: url(../images/h_yy.png) no-repeat left center; padding-left: 40px; font-size: 14px; color: #666666}
.h_yy:hover{color:#204690}

.header_nav{height:100px; width:100%; z-index: 9;  }
.h_logo{width:315px; height:100px; float: left;display: flex; align-items: center; }
.h_logo img{ height: auto; display: block; align-items: center; width: 100%;  }
.header_right{width:66%; height:100%; float: right; }
.nav{width:100%; height:100%; }
.nav .nLi{position:relative;float:left;display:inline;height:100%; line-height:97px;  width:12.5%; text-align: center; }
.nav .nLi h3{float:left;text-align:center;  font-weight: normal; width: 100%; height: 100%;}
.nav .nLi h3 p{height:100%; color:#333333; font-size:16px; display:table; margin: 0px auto}
.nav .nLi h3 a{display:block;width:100%;height:100%;color:#333333; text-align: center; }
.nav .sub{position:absolute;top:100px;left:50%; z-index:999;display:none;padding:0;width:140px;background:#fff;line-height:26px; margin-left: -70px;} 
.nav .sub li{height:33px;border-bottom:1px solid #eee;text-align:center;line-height:33px;zoom:1}
.nav .sub li p{float:left;margin:0;width:100%}
.nav .sub li span{float:right}
.nav .sub a{display:block;padding:0 10px;height:100%;color:#333;font-size:14px}
.nav .nLi.active h3 p,.nav .nLi:hover h3 p{border-bottom: 3px solid #204690; color:#204690}
.sub li:hover a{color:#204690;}






/* 首页:banner */
.banner{ width:100%; height:800px; position: relative; overflow: hidden; }
.banner .slideBox{position:relative;overflow:hidden;width:100%;height:100%}
.banner .slideBox .hd{z-index:1;overflow:hidden;height:14px; position: absolute; bottom:40px; left:0; width: 100%}
.banner .slideBox .hd ul{overflow:hidden;zoom:1; display: table; width:auto; margin: 0px auto;}
.banner .slideBox .hd ul li{float:left; margin: 0px 10px; width:14px;height:14px; border:2px solid #fff; cursor:pointer; border-radius:10px;}
.banner .slideBox .hd ul li.on{background:#fff}
.banner .slideBox .bd{position:relative;z-index:0;width:100%;height:800px; overflow: hidden}
.banner .slideBox .bd ul{width:100%;height:100%}
.banner .slideBox .bd li{width:100%;height:100%;vertical-align:middle;zoom:1}
.banner .slideBox .bd li a{display:block;overflow:hidden;width:100%;height:100%; }


/*关于我们*/
.index_about{width:100%; height:648px; position: relative; z-index: 9; overflow: hidden;background: url(../images/about_bjs.jpg) no-repeat top center; }
.in_video{width:49%; float: left; height: 648px; text-align: center; display: flex; align-items: center;}
.in_video img{align-items: center; margin: 0px auto;}
.index_about_left{width:46.6%; height: auto; float: right; padding-top: 70px; }
.in_about_t{width:100%; height: auto; overflow: hidden}
.in_about_t dl{float: left}
.in_about_t dl dt{font-size: 48px; color: #204690; opacity: .2; font-family: "Impact"}
.in_about_t dl dd{font-size: 36px; color: #333333;  display: table;  position: relative; padding-right: 100px;}
.in_about_t dl dd:after{content: ""; width: 76px; height: 2px; background: #e5e5e5; position: absolute; top:25px; right:0}
.in_about_t h4{font-size: 26px; color: #204690; font-weight: bold; float: right; margin-top:60px;}
.in_about_xx{width:100%; height: auto; overflow: hidden; margin-top: 60px;}
.ab_info{width:100%; height:112px; overflow: hidden; font-size: 14px; color: #666666; line-height:28px;  word-break:break-all;display:-webkit-box; -webkit-line-clamp:4;
  -webkit-box-orient:vertical; overflow:hidden;}
.ab_info:hover{color:#172e59}
.ab_more{font-size: 16px; color: #666666; background:url(../images/ab_jts.png) no-repeat right center; padding-right:60px; float: right; margin-top: 40px;}
.index_about_left ul{width:100%; margin:80px 0 0; overflow: hidden; padding-top: 10px}
.index_about_left ul li{width:90px; height: auto; float: left; text-align: center;  margin-right:10%; transition: all .5s ease}
.index_about_left ul li:last-child{margin-right: 0}
.index_about_left ul li img{width:100%; height: auto; display: block}
.index_about_left ul li p{width:100%; height: 40px; line-height: 40px;  text-align: center; font-size: 16px; color: #333333; margin-top: 8px;}
.index_about_left ul li:hover{ margin-top:-10px;}

/*弹出视频*/
.video_bj{width:100%; height:100%; position:fixed; top:0px; left:0px; background:rgba(0,0,0,0.5); z-index:888; display:none}
.video_xx{width:600px; height:400px; position:fixed; top:50%; left:50%; margin-left:-300px; margin-top:-190px; z-index:999}
.close{width:100%; height:40px; text-align:right; background:rgba(0,0,0,0.5);}
.close img{width:32px; height:32px; margin-top:4px; margin-right:10px;}
.video-box{width:100%; height:360px;}
.sj_video{width:100%; height:auto; overflow:hidden; display:none;}





/*产品*/
.index_product{width:100%; height: auto; overflow: hidden; margin-top: 84px;}
.index_pro_t p{ width:72%; float: right; font-size: 14px; color: #666666; line-height: 36px; margin-top:15px;}
.index_product_bottom{width:100%; height: auto; overflow: hidden; background: url(../images/pro_bjs.jpg) no-repeat top center; padding-top: 78px; margin-top: 52px;}
.index_pro_nav{width:100%;  margin: 0px auto; overflow:hidden; padding-bottom:5px;}
.index_pro_nav a{width:12.55%; height: 48px; float: left; margin-right:2%; text-align: center; line-height: 48px;  position: relative; margin-bottom:10px;}
.index_pro_nav a p{width:100%; height: 48px; background: #000000;  position: relative; z-index:9; font-size: 18px; color: #fff;}
.index_pro_nav a:after{content: ""; width: 100%; height: 48px; background: #000; position: absolute; top:5px; left:-5px;z-index:0; opacity: 0}
.index_pro_nav a:hover:after{opacity: 1}
.index_pro_nav a:hover p{background: #204690}
.index_pro_nav a:nth-child(7n){margin-right:0}
.index_pro_all{ width:100%; height:auto; position:relative; overflow:hidden;margin:70px auto 0 auto;}
.index_product_left{width:1440px; height:463px; position:relative; overflow:hidden; float: left}
.index_product_left ul{ position:absolute; left:0; top:0;}
.index_product_left ul li{ width:1440px; height:auto; overflow: hidden}
.index_product_left ul li img{width:619px;  float:left; height: auto; display: block; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.min_pic{width:786px; float: right; padding-top: 20px; position:absolute; bottom:0; right:0}
.index_pro_info{width:53%; height:auto; overflow:hidden; font-size: 16px; color: #fff; line-height: 30px; float:right}
.index_pro_info h3{font-size: 24px; color: #204690; font-weight: bold; height: 40px; line-height: 40px; background: url(../images/pro_xs.png) no-repeat right center}
.index_pro_info p{width:100%; height: auto; overflow: hidden; margin-top: 10px; line-height: 28px; font-size: 16px; color: #333; margin-top: 40px;}
.min_pic_an{width:100%; height: auto; overflow: hidden; margin-top:44px; margin-bottom: 39px;}
.prev_btn1,.next_btn1{ width:19px;  height:33px; cursor:pointer; float:left;}
.prev_btn1{background: url(../images/case_left.png) no-repeat center}
.next_btn1{background: url(../images/case_right.png) no-repeat center; margin-left: 86px;}
.case_more{float: right; font-size: 16px; color: #666666; position: relative; background: url(../images/ab_jts.png) no-repeat right center; padding-right:60px;}
.num{ height:189px;overflow:hidden; width:786px; position:relative;float:left;}
.num ul{ position:absolute; left:0; top:0;}
.num ul li{width:252px; height:189px; margin-right:15px;}
.num ul li img{width:100%; height: auto; display: block}
.num ul li.on{}
.index_product_left ul li:hover img{transform: scale(1.05);transition: all 1s ease 0s;-webkit-transform: scale(1.05);-webkit-transform: all 1s ease 0s;}



/*案列*/
.index_case{width:100%; height:auto; background: url(../images/case_bjs.jpg) no-repeat center; margin-top:88px; margin-bottom: 88px;}
.index_pro_t{overflow: hidden}
.index_case_all{width:97%; height: auto; overflow: hidden; margin:50px auto 0;}
.index_case_all .swiper-slide a{width:100%; height: auto; display: block}
.in_case_pic{width:100%; height: auto; display: block; overflow: hidden}
.in_case_pic img{width:100%; height: auto; display: block; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.in_case_xx{width:100%; height:120px; border: 1px solid #ececec; padding:6% 7%}
.in_case_xx dl{width:80%; height: auto; float: left}
.in_case_xx dl dt{width:100%; height: 30px; line-height: 30px; font-size: 18px; color:#5a5a5a}
.in_case_xx dl dd{width:100%; height:30px; line-height: 30px; color:#a1a1a1; font-size: 14px;}
.in_case_xx i{width:42px; height: 12px; float: right; background: url(../images/case_hh.png) no-repeat center; margin-top:25px;}
.in_case_more{width:78%; height: auto; margin: 70px auto 0; position: relative; overflow: hidden}
.in_case_more a{width:190px; height: 60px; float: left; text-align: center; line-height: 60px; color:#fff; font-size: 16px; background: #204690}
.in_case_more .swiper-button-next,.in_case_more .swiper-button-prev{width:64px; height: 45px; }
.in_case_more .swiper-button-next{background: url(../images/p_right.png) no-repeat center}
.in_case_more .swiper-button-prev{background: url(../images/p_left.png) no-repeat center; left:auto; right:135px}
.index_case_all .swiper-slide a:hover .in_case_xx{background: url(../images/yy_bjs.jpg) no-repeat center; border: 0}
.index_case_all .swiper-slide a:hover .in_case_xx dt,.index_case_all .swiper-slide a:hover .in_case_xx dd{color:#fff}
.index_case_all .swiper-slide a:hover .in_case_xx i{background: url(../images/case_bb.png) no-repeat center}
.index_case_all .swiper-slide a:hover img{transform: scale(1.05);transition: all 1s ease 0s;-webkit-transform: scale(1.05);-webkit-transform: all 1s ease 0s;}



/*为什么*/
.index_why{width:100%; height: auto; overflow: hidden; background: url(../images/why_bjs.jpg) no-repeat top center; padding-top: 96px; margin-bottom: 84px;}
.index_why_1,.index_why_4{width:29.1%; height: 300px; float: left;  position: relative; padding-top: 42px}
.index_why_1 h4{font-size: 48px; color: #fff; font-family: "Impact"; text-transform: uppercase}
.index_why_1 p{font-size: 36px; color: #fff; position: relative; display: table}
.index_why_1 p:after{content: ""; width: 76px; height: 2px; background:rgba(255,255,255,.1); position: absolute; top:25px; right:-96px}
.index_why_2,.index_why_5{width:41.7%; height: 300px; float: left; position: relative; padding: 42px 7% 0 6%;}
.index_why_3,.index_why_6{width:29.2%; height: 300px; float: left; position: relative; padding-top: 42px}
.index_why span{font-size: 200px; color:#fff; opacity:.1; position: absolute; bottom:10px; right:24px; z-index: 0; font-family: "Impact"; line-height:172px}
.index_why_2{background: url(../images/w1.png) no-repeat center;}
.index_why_5{background: url(../images/w4.jpg) no-repeat center;}
.index_why_6{background: url(../images/w5.png) no-repeat center; padding:42px 3% 0 4%;}
.index_why_3{background: url(../images/w2.jpg) no-repeat center}
.index_why_4{background: rgba(0,0,0,0.7); padding:42px 3% 0 4%;}
.index_why_2 h3,.index_why_4 h3,.index_why_6 h3{font-size: 30px; color: #ffffff; font-weight:bold; width: 100%}
.index_why_2 hr,.index_why_4 hr,.index_why_6 hr{width:132px; height: 4px; background: #fff; display: block; margin: 24px 0 26px;}
.index_why_2 p,.index_why_4 p,.index_why_6 p{width:100%; height: auto; overflow: hidden; line-height: 28px; font-size: 14px; color: #fff;}




/*新闻*/
.index_news{width:100%; height:auto; overflow: hidden; margin-bottom: 68px}
.index_news .index_pro_t{width:100%; height: auto; overflow: hidden}
.index_pro_t dl{float: left}
.index_pro_t dl dt{color:#204690; font-family: "Impact"; font-weight: bold; font-size: 48px; text-transform: uppercase}
.index_pro_t dl dd{font-size: 36px; color: #333333; position: relative; display: table; padding-right:105px;}
.index_pro_t dl dd:after{content: ""; width: 76px; height: 2px; background: #e5e5e5; position: absolute; top:25px; right:0}
.index_lingyu_nav{width:auto; float: right; margin-top: 20px;}
.index_lingyu_nav a{font-size: 18px; color: #333333; float: left; margin-left: 50px; margin-top:10px; padding-bottom:15px;}
.index_lingyu_nav a:hover{border-bottom: 1px solid #204690}
.index_news_left{width:68%; height: auto; overflow: hidden;  float: left; margin-top: 38px;}
.index_news_left li{width:48.5%; height: auto; float: left}
.index_news_left li:nth-child(2n){float: right}
.in_news_img{width:100%; height: auto; overflow:hidden}
.in_news_img img{width:100%; height: auto; display: block; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.index_news_left li h3{font-size: 18px; color: #333333; height: 30px; line-height: 30px;  width: 100%; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; margin-top:20px; font-weight: bold;}
.index_news_left li p{width:100%; height:56px; line-height: 28px; overflow:hidden; font-size: 14px; color: #666666;  word-break:break-all;display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden; margin:5px 0 10px; }
.index_news_left li span{font-size: 14px; color: #999999; float: left; line-height: 30px;}
.index_news_left li i{float: right; font-size: 14px; color: #2257a5; font-style: normal}
.index_news_right{width:29.2%; height: auto; float: right; margin-top: 38px; }
.index_news_right li{width:100%; height: auto; overflow: hidden; margin-bottom:32px; }
.index_news_right li h3{width:100%; height: 30px; line-height: 30px; font-size: 18px; color: #333333; text-overflow: ellipsis; overflow: hidden; white-space: nowrap;}
.index_news_right li p{width:100%; height:30px; line-height:30px; font-size: 14px; color: #999999;  text-overflow: ellipsis; overflow: hidden; white-space: nowrap; margin: 2px 0 5px}
.index_news_right li span{font-size: 14px; color: #999999; float: left}
.index_news_right li i{float: right; color:#666; font-size: 12px; font-style: normal; font-weight: bold;}
.index_news_right li:last-child{margin-bottom: 0}
.index_news_left li:hover img{transform: scale(1.05);transition: all 1s ease 0s;-webkit-transform: scale(1.05);-webkit-transform: all 1s ease 0s;}
.index_news_right li:hover h3,.index_news_right li:hover p{color:#204690}
.index_news_left li:hover h3{color:#204690}




/*导航*/
.footer_nav{width:100%; height: 64px; background: #333333; border-bottom: 1px solid rgba(255,255,255,0.2); line-height: 64px;}
.footer_nav a{font-size: 15px; color: #fff;  position: relative; padding-right:20px; margin-right: 20px;}
.footer_nav a:after{content: ""; width: 1px; height: 10px; background:rgba(255,255,255,0.8); position: absolute; top:50%; margin-top: -5px; right:0}
.footer_nav a:hover{color:#339fed}




/*底部*/
.footer{width:100%; height:auto; overflow: hidden;   position: relative; background:#333333; padding:52px 0 0; }
.footer .w1440{overflow: hidden}
.footer_ma{width:22.5%; height: auto; float: left; position: relative;}
.footer_ma a{width:100%; height:auto; }
.footer_ma a img{max-width:100%; height: auto; display: block}
.f_sj,.f_wx{margin-top: 30px; float: left; margin-right:30px; width: 104px;}
.f_ma{width:100%; height: 104px; display: block; background:url(../images/ma_bjs.png) no-repeat center; padding: 6px;}
.footer_ma div img{width:100%; height: auto; display: block}
.footer_ma div p{width:100%; height: 30px; line-height: 30px; font-size:15px; color: #ffffff; display: block; text-align: center; margin-top:10px;}
.footer_ma div:last-child{margin-right: 0}
.footer_left{width:33%;height: auto; float: left; margin-left:4%;}
.footer_left h3,.footer_input h3{font-size:16px; color: #fff;height:30px; position: relative; margin-bottom:20px; font-weight: bold;}
.footer_left p{width:100%; line-height:30px; font-size: 14px; color: #fff; padding-left: 25px;}
.footer_left dl{width:196px; height: auto; float: left}
.footer_left dl dt{float: left; font-size: 14px; color: #fff; background: url(../images/f1.png) no-repeat left center; padding-left:25px; line-height: 30px;}
.footer_left dl dd{width:auto; float: left;font-size: 14px; color: #fff; line-height: 30px; }
.f_yx{float: right!important; width: 240px!important}
.f_yx dt{background: url(../images/f2.png) no-repeat left center}
.f3{background: url(../images/f3.png) no-repeat left center; border-bottom: 1px solid #5c5c5c; padding-bottom:10px;}
.f4{background: url(../images/f4.png) no-repeat left center; margin-top:10px;}
.footer_input{width:36.5%; height: auto; overflow: hidden; float: right;  }
.footer_input p{width:48%; height: 46px; float: left; background: #fff; position:relative}
.footer_input input[type="text"]{width:100%; height: 100%; background: none; border: 0; padding: 0px 10px; font-size: 14px; color: #666}
.footer_input p:nth-child(2){float: right}
textarea{width:100%; height: 46px; background: #fff; font-size: 14px; color: #666; resize: none; border: 0; margin-top: 15px; padding:14px 10px 0; }
.f_submit{width:233px; height: 46px;  background:#2257a5; color:#fff; font-size: 14px; border: 0; display: block; margin-top: 15px; }
.f_submit:hover{background: #172e59; cursor: pointer}
.copy{clear:both;width:100%;height:50px; line-height:50px; margin-top: 30px;  }
.copy_l{float:left; font-size:14px; color:#fff; height: 100%; }
.copy_l a{color:#fff}
.copy_l a:hover{color:#2375c1!important}
.footer_zhichi{width:auto; height:100%; float: right }
.footer_zhichi p{ width: auto; float: left; margin-left: 20px;   color:#fff; height: 100%}
.footer_zhichi .pt{width:121px;height: 18px; background: url(../images/vl.png) no-repeat; margin-top:16px; margin-right: 10px}
.footer_zhichi .js{width:121px;height:20px; background: url(../images/wl.png) no-repeat; margin-top:16px;}
.footer_zhichi .pt:hover{background: url(../images/vl_hover.png) no-repeat}
.footer_zhichi .js:hover{background: url(../images/wl_hover.png) no-repeat} 
.footer_zhichi span{float: left; font-size: 14px; color: #fff;}
.footer_zhichi i{ float: left;}




/*客服*/
.lxfx {
    height: auto;
    position: fixed;
    right:0px;
    top:250px;
    width: 77px;
    z-index: 999;
}
.lxfx li a {
    color: rgb(255, 255, 255);
    display: block;
    height: 47px;
    margin-top: 9px;
    width: 300px;
	font-size: 14px;
}
.leftlx {
    float: left;
    height: 47px;
    width: 77px;
}
.lxfx li span {
    border-left: 1px solid rgb(255, 255, 255);
    color: rgb(255, 255, 255);
    float: left;
    font-size: 20px;
    height: 24px;
    line-height: 22px;
    margin-top: 8px;
    padding-left: 8px;
}
.fix_ewm {
    border: 5px solid rgb(255, 255, 255);
    display: none;
    height: 120px;
    left: -145px;
    position: absolute;
    top: -40px;
    width: 120px;
}
.lxfx li i {
    display: block;
    height: 27px;
    margin: 0 auto;
    text-align: center;
    width: 30px; background:url(../images/fx.png) no-repeat;
}
.lxfx li i.icon-tel {
    background-position: 0 -25px;
}
.lxfx li i.icon-ly {
    background-position: 4px -53px;
}
.lxfx li i.icon-wx {
    background-position: -34px 4px;
}
.lxfx li i.icon-wb {
    background-position: -30px -22px;
}
.lxfx li i.icon-top {
    background-position: -30px -49px; height:32px;
}

.lxfx li p {
    line-height: 12px;
    text-align: center;
}
.lxfx li {
    background:#2257a5;
    height: 62px;
    margin-bottom: 1px;
    margin-left: 0;
    overflow: hidden;
    position: relative;
    width: 77px; float:left;
}






/*内页banner*/
.nyban{width:100%; height:300px; overflow:hidden; background-size:cover!important}
.caseban{ background: url(../images/caseban.jpg) no-repeat center;}
.newsban{ background: url(../images/newsban.jpg) no-repeat center;}
.proban{ background: url(../images/proban.jpg) no-repeat center; }
.contban{ background: url(../images/contban.jpg) no-repeat center;}
.aboutban{ background: url(../images/aboutban.jpg) no-repeat center; }
.yxwlban{ background: url(../images/yxwlban.jpg) no-repeat center;}
.yylyban{ background: url(../images/yylyban.jpg) no-repeat center;}
.hrban{ background: url(../images/hrban.jpg) no-repeat center;}
.main{overflow:hidden; margin-top:-66px;}

/* 内页通用:左侧分类 */
.nyban p{ padding-top:260px; color: #fff; font-size: 14px; text-align: right; }
.nyban p a{ color: #fff; }
.mainl-fl > h3{ width: 250px;  margin-left: -1px; height: 66px; line-height: 66px; text-align: center; font-size: 21px; font-weight: bold; background: #004389; color: #fff; }
.main-l{ border-top: none; width: 250px;  border-top: none;  }
.mianlfl-li > a > p{ color: #393939; font-size: 16px; float:left;line-height: 52px;  }
.mianlfl-li > a > span{ width:8px; height: 8px; display: block; border-radius: 50%; border:2px solid #004389; float:left; margin-left: 10px;    margin-top: 20px; margin-right: 13px;  }
.mianlfl-li{ clear: both; }
.mianlfl-li > a { display: block; margin: 0 auto; width: 225px; height: 52px; border-bottom: 1px solid #e5e5e5;  }
.mainl-fl > ul{ padding-top: 10px; }
.mianlfl-li > .active p{ color: #004389;  }
.mianlfl-li > .active span{ background: #004389;  }
.mianlfl-li:hover a > span{ background: #004389; }
.mianlfl-li:hover a > p{ color: #004389;  }
.zxzx-l{ background: url(../images/zxzx-bg.jpg) no-repeat; height: 95px; width: 217px; margin: 0 auto; margin-top: 20px; margin-bottom: 10px; }
.zxdc-l{ background: url(../images/zxwj-bg.jpg) no-repeat; height: 95px; width: 217px; margin: 0 auto;  margin-bottom: 20px; }
.zxzx-l > a > h3,.zxdc-l > a > h3{ color: #fff; font-size: 18px; text-align: center; padding-top: 25px;  }
.zxzx-l > a > p,.zxdc-l > a > p{ text-align: center; color: #fff; font-size: 12px; }
.mainl-fl2{ margin-top: 20px; border:1px solid #d5d5d5; padding-bottom:10px;  }
.mainl-fl1{ border:1px solid #d5d5d5; border-top: none; }
.mianl-tel{ padding: 0 15px; margin-top: 25px; line-height: 28px;  }
.mianl-tel > p{ color: #626262; font-size: 16px; }
.mianl-tel > h3{ color: #004389; font-size: 24px;   font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Arial Black," sans-serif";  }
.mianl-tel > h3:after{ content:""; width: 100%; height: 1px; background: #e5e5e5; display: inherit; margin-top: 8px; }
.mianl-tel > div > p{ color: #535353; font-size: 15px; line-height: 26px; }
.mianl-tel > div{ padding-top: 8px; }
.mianl-tel > span{ color: #004389; font-size: 24px;   font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Arial Black," sans-serif";  }
/*内页通用：单页面*/
.main-r{ width:920px; margin-top: 100px;  }
.main-title > h3{ font-size: 30px; text-align: center; font-weight: bold; color: #004389; }
.main-title > p{ color: #dcdcdc; font-size: 30px; font-weight: bold; text-align: center; padding-top: 15px; }
.main-title > p:after{ width:52px; height: 2px; content:""; display: inherit; background: #004389; margin: 0 auto; margin-top: 15px; }
.mianr-mid{ margin-top: 30px; font-size:16px; color:#666; line-height:24px;}
.mianr-mid > p{line-height: 36px; font-size: 16px; color: #555; }
.ny_all_show img{max-width:100%; display:block;}

/*内页通用新闻资讯*/
.nynews-l{ margin-top:30px; width: 585px;}
.nynewst-div { width:187px; height: 152px; overflow:hidden; margin-top: 29px; margin-left: 7px;}
.nynewst-div > img{ width:100%; transition: .6s; }
.nynews-top{ width:100%; height: auto; overflow:hidden;  transition: .3s; border:1px solid #d5d5d5;  }
.nynews-top .r > h3{ color:#555555; font-size:16px; margin-top: 30px;transition: .3s;}
.nynews-top .r > p{ color:#a1a1a1; font-size:14px;transition: .3s;}
.nynews-top .r > span{color:#a1a1a1; font-size:14px; line-height: 40px;transition: .3s;}
.nynews-top .r{width: 320px;margin-right: 50px;}
.nynews-li{border-bottom:1px dashed #d5d5d5;  overflow: hidden; }
.nynews-li > span{ border:2px solid #004389; border-radius: 50%;  width:8px; height: 8px; display: block; float:left; margin-top: 20px;  margin-right: 6px;position: relative; left:0; transition: .3s;}
.nynews-li > a { float:left; line-height: 52px;  width:76%; color:#1b1b1b; font-size:16px; position: relative; left:0; transition: .3s;}
.nynews-li > p{ float:right;line-height: 52px; color: #626262;font-size: 14px;position: relative; right:0; transition: .3s;}
.nynews-li a:hover  { left:15px; color:#004389;}
.nynews-li:hover > span{ left:15px; background: #004389; }
.nynews-li:hover > p{ right:15px; color:#004389;}
.nynews-top:hover .nynewst-l > img{ transform:scale3d(1.1,1.1,1);}
.nynews-top:hover{ background:#004389; border:1px solid #004389;  }
.nynews-top:hover .l > h3{ color:#fff;}
.nynews-top:hover .l > p{ color:#fff; }
.nynews-top:hover .l > span{color:#fff; ;}
.news-bot{ margin-bottom:40px}
.intitle-top > h3{ font-size: 30px;  text-align: center; font-weight: bold;color: #0c46c6;}
.intitle-top > p{ font-size:18px; color:#707070; text-align: center; line-height: 40px; }
.ny-news{ overflow:hidden; margin:40px auto 70px!important}
.main-title > h3 > span{ color: #004389;  }
.nynewst-l{ width: 210px; height: auto; overflow: hidden; float: left; }
.nynewst-l > img{ width:100%; transition: .6s; }
.nynews-top > a { display: block; padding: 16px; overflow:hidden }
.nynews-top > a > .l{ width: 308px; margin-left: 15px;  }
.nynews-top > a > .l > h3{ color: #535353; font-size: 16px; font-weight: bold; padding-top: 10px; line-height: 30px; width:100%; height:auto; text-overflow:ellipsis; overflow:hidden; white-space:nowrap }
.nynews-top > a > .l > span{ color: #898989; font-size: 14px; display: block; line-height: 36px; }
.nynews-top > a > .l > p{ color: #898989; font-size: 14px; line-height: 24px;  }



/*内页：新闻资讯*/
.in-news{ margin-top: 60px; background: url(../images/innews-bg.jpg) no-repeat center; background-position: bottom; }
.news-title h3{ color: #004389;}
.news-title span {width:442px; line-height: 80px; color: #004389; font-size: 33px;text-align: center; font-weight: bold;}
.news-title span p{ color: #004389 !important;font-size: 33px;text-align: center;font-weight: bold;padding-top: 13px; }
.news-title p{ color: #626262; }
.title h3{ font-size: 30px; text-align: center; font-weight: bold;}
.title span{ display: block;  width:442px; height: 80px; margin: 0 auto; }
.newsli-l{ width:130px; height: 122px; background:#333; transition: .6s;  }
.newsli-l span{ font-size: 20px; font-weight: bold; text-align: center; padding-top: 20px; color: #fff;  border-bottom: 1px solid #444; width: 100px; margin: 0 auto; padding-bottom: 13px;  transition: .6s; display:block;}
.newsli-l p{ text-align: center; font-size: 30px; font-weight: bold; line-height: 40px; color: #fff; padding-top: 10px;   }
.newsli-r{ width: 790px; background: #f5f5f5; padding: 18px 20px; height:122px  }
.news-li{ clear: both; margin-bottom: 20px; display: table; }
.newsli-r h3{ font-size: 20px; line-height: 30px; transition: .6s; width:100%; height:30px; text-overflow:ellipsis; overflow:hidden; white-space:nowrap; color:#333}
.newsli-r p{ font-size: 15px; line-height: 24px; margin-top: 5px; width:100%; height:48px; overflow:hidden; color:#333}
.news-li:hover .newsli-l { background: #004389; }
.news-li:hover .newsli-l span{ border-bottom: 1px solid #fff;  }
.news-li:hover .newsli-r h3{ color: #004389;  }
.news-li:hover .newsli-r p{ color: #004389;  }
.ny_news_h1{width: 100%; text-align: center; clear: both; height:40px; }
.ny_news_h1 h1{ font-size:24px; color: #555; }
.ny_news_xxs{width: 100%; line-height: 30px; color: #999; height: 30px;  margin-bottom: 20px; border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; text-align: center; clear: both; font-size:14px;}
.ny_news_show{margin-bottom:70px;}



/*荣誉资质*/
.docs-pictures{width:100%; height:auto; overflow:hidden; margin-bottom:10px;}
.honor-li{width:296px; height:auto; float:left; margin-right:15px; margin-bottom:20px;}
.honorli-div{width:100%; height:auto; overflow:hidden;  border:1px solid #ddd}
.honorli-div img{width:100%; height:100%; display:block;}
.honor-li:nth-child(3n){margin-right:0}
.honor-li h3{width:100%; height:40px; line-height:40px; font-size:16px; color:#333; text-overflow:ellipsis; overflow:hidden; white-space:nowrap; text-align:center}



/*内页：联系方式*/
.contact .l{width:590px}
.contact .r{margin-top:15px;}
.contact .l > h3{ font-size: 24px; font-weight: bold; color: #444; padding-bottom: 20px;  }
.contact .l p{ color: #444; }
.contact .l h3{ color: #444;}
.contact .ewm-li > div{ background: #fff; border:1px solid #d5d5d5; }
.contact .foottb-r h3{ color: #444; }
.contact .foottb-r p{ color: #444; text-align:center}
.contact .foottb-r > p:before{ background: #d5d5d5; }
.keyword_light p,.nycont-bot p{ line-height: 36px;font-size: 16px; color: #555;}
.ewm-li{ float:left; margin-left:10px; }
.ewm-li div{ background: url(../images/erm_bg.png) no-repeat; width:128px; height: 128px;  }
.ewm-li div > img{ display: block; margin: 0 auto; width:104px; padding-top: 12px;  }




@media screen and (max-width:1680px){
	
	
}



@media screen and (max-width:1560px){
	.w1440{width:1200px;}
	.index_pro_nav a{margin: 0 10px;}
	.index_product_left{width:580px;}
	.min_pic{width:595px}
	.index_product_left ul li{width:580px;}
	.num ul li{width:186px}
	.index_pro_info p{font-size: 15px;}
	.index_why_2 h3, .index_why_4 h3, .index_why_6 h3{font-size: 24px;}
	.index_why_6,.index_why_4{padding: 42px 2% 0 2%}
	.index_why_1 p{font-size: 32px;}
	.footer_input{width:30%}
	.footer_left{width:39%}
	.index_pro_nav a p{font-size:16px;}
	.index_pro_t p{width:65%}
}



@media screen and (max-width:1440px){
	
}